home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / 3D-Graphics-Editors / lsystem3.exe / L System 3 / _setup.1 / TREE08.LS < prev    next >
Text File  |  1995-12-31  |  613b  |  23 lines

  1. # --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
  2. 12
  3. 5
  4. 30
  5. #
  6. c(4)FFS                                         # the actual tree
  7. #
  8. S=FFR>(60)R>(60)R>(60)R>(60)R>(60)R>(30)S       # six branches per segment
  9. R=[Ba]                                          # a single branch
  10. #
  11. a=$tF[Cx]Fb                                     # see bop08.ls
  12. b=$tF[Dy]Fa
  13. #
  14. B=&B                                            # angle increments
  15. C=+C
  16. D=-D
  17. #
  18. x=a                                             # apical elay
  19. y=b
  20. #
  21. F='(1.25)F'(.8)                                 # elongation rate
  22. @
  23.